速報APP / 教育 / Digital Circuit Calculator

Digital Circuit Calculator

價格:免費

更新日期:2017-11-24

檔案大小:7.9M

目前版本:1.0

版本需求:Android 4.0.3 以上版本

官方網站:mailto:mikeshendevelopment@gmail.com

Digital Circuit Calculator(圖1)-速報App

This application allows users to draw logical gates and connect them together to form a digital circuit. The source is '0' and '1' which you can draw by clicking on the screen. A sink is set on the right middle screen to display the output of the whole circuit.

Digital Circuit Calculator(圖2)-速報App

We use Paint/Canvas API to draw the images.

Digital Circuit Calculator(圖3)-速報App

The recognition is done based on android Tensorflow Library and the Protocol Buffer file that we trained on Tensorflow.

Digital Circuit Calculator(圖4)-速報App

The result image is the object extending from ImageButton widget.

Digital Circuit Calculator(圖5)-速報App

The local database is embedded in the application using SQLite which automatically stores the hand drawn gate images and its corresponding prediction label to enable users to gather the statistical information of the recognition result.

Digital Circuit Calculator(圖6)-速報App